home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000628_janl@math.uio.no_Thu Jun 9 16:10:18 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from pat.uio.no by cs.umb.edu with SMTP id AA27311
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 9 Jun 1994 16:51:02 -0400
  3. Received: from ulrik.uio.no by pat.uio.no with local-SMTP (PP) 
  4.           id <15036-0@pat.uio.no>; Thu, 9 Jun 1994 14:10:48 +0200
  5. Received: from mnemosyne.uio.no by smaug.uio.no ; Thu, 9 Jun 1994 14:10:47 +0200
  6. Message-Id: <9406091210.AAsmaug26397@smaug.uio.no>
  7. To: jkreznar@ininx.com (John E. Kreznar)
  8. Cc: tex-k@cs.umb.edu
  9. Subject: Re: How to MakeTeXPK if no suid?
  10. Reply-To: janl@math.uio.no
  11. In-Reply-To: Your message of "Thu, 09 Jun 1994 00:39:22 PDT." <9406090739.AA03978@ininx>
  12. Date: Thu, 09 Jun 1994 14:10:18 +0200
  13. From: Nicolai Langfeldt <janl@math.uio.no>
  14.  
  15. jkreznar@ininx.com (John E. Kreznar) keyed:
  16. > Under Linux, shell scripts do not run setuid.  According to Nick
  17. ...
  18. > This seems to present a problem for the shell script MakeTeXPK if one
  19. > wants font files to be owned by a public entity such as ``tex'', but to
  20. ...
  21.  
  22. What you do is to write a wrapper program in C. It's sole purpose
  23. should be making a healthy environment for a shell script (set the
  24. environment variable 'IFS' to ' ' (space) and possebly other things, I
  25. am no expert in shell programming and problems) and then executing the
  26. script.
  27.  
  28. Nicolai